We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4d6fd commit 2191a43Copy full SHA for 2191a43
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
# all of these default to true, but feel free to set to
25
# "false" if necessary for your workflow
26
android: true
27
- dotnet: true
+ # dotnet: true
28
haskell: true
29
large-packages: true
30
docker-images: false
@@ -33,6 +33,9 @@ jobs:
33
uses: actions/checkout@v3
34
with:
35
path: UnrealHelperLibrary
36
+ - name:
37
+ run: |
38
+ echo ${{ secrets.UNREAL_ENGINE_PERSONAL_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
39
- uses: addnab/docker-run-action@v3
40
41
username: ${{ github.actor }}
0 commit comments