Skip to content

Commit 65515fd

Browse files
committed
fix wrong syntax
1 parent 39af9fa commit 65515fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: rlespinasse/github-slug-action@v3.x
22-
- run: echo ${{ GITHUB_REPOSITORY_OWNER_PART }}
22+
- run: echo $GITHUB_REPOSITORY_OWNER_PART
2323
- name: Cancel this build
2424
uses: andymckay/cancel-action@0.2
2525
if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART != "OpenFactorioServerManager"

0 commit comments

Comments
 (0)