There was an error while loading. Please reload this page.
1 parent 39af9fa commit 65515fdCopy full SHA for 65515fd
.github/workflows/test-workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: rlespinasse/github-slug-action@v3.x
22
- - run: echo ${{ GITHUB_REPOSITORY_OWNER_PART }}
+ - run: echo $GITHUB_REPOSITORY_OWNER_PART
23
- name: Cancel this build
24
uses: andymckay/cancel-action@0.2
25
if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART != "OpenFactorioServerManager"
0 commit comments