Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 21, 2024
1 parent 33389f6 commit ac270e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/featurenet-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
# to prevent this job to be skipped when on of the parent jobs is skipped
if: ${{ !cancelled() }}
name: Create featurenet from ${{ inputs.ref }}
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create.yml@v7
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create.yml@A0-4278
secrets: inherit
with:
featurenet-name: ${{ inputs.featurenet-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/featurenet-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# to prevent this job to be skipped when on of the parent jobs is skipped
if: ${{ !cancelled() }}
name: Update featurenet
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v7
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@A0-4278
secrets: inherit
with:
featurenet-name: ${{ inputs.featurenet-name }}
Expand Down

0 comments on commit ac270e0

Please sign in to comment.