Skip to content

Commit

Permalink
Fix workspace action number
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 3, 2023
1 parent d54252a commit 33fa9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
default: workspace
key_base:
required: true
default: ${{ github.workflow }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ github.sha }}
default: ${{ github.workflow }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.sha }}
key_suffix:
default: ''
token:
Expand Down

0 comments on commit 33fa9fe

Please sign in to comment.