Skip to content

Commit

Permalink
Make it non-string
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Feb 23, 2024
1 parent c1589f9 commit b965169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: push
with:
command: push
workspace_id: '-id ${{ secrets.STZR_ID }}'
workspace_id: -id ${{ secrets.STZR_ID }}
key: '-key ${{ secrets.STZR_API_KEY }}'
secret: '-secret ${{ secrets.STZR_API_SECRET }}'
workspace_file: '-workspace ./tests/workspace.dsl'
Expand Down

0 comments on commit b965169

Please sign in to comment.