Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 13, 2024
1 parent 4aa1c96 commit 437cfff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_featurenet-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
debug: true

- name: Create featurenet with image tag
uses: Cardinal-Cryptography/github-actions/create-featurenet@v6
uses: Cardinal-Cryptography/github-actions/create-featurenet@A0-4268
id: create-featurenet
with:
gh-ci-user: ${{ secrets.CI_GH_USER }}
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 @@ -73,7 +73,7 @@ jobs:
debug: true

- name: Update featurenet with image tag
uses: Cardinal-Cryptography/github-actions/update-featurenet@v6
uses: Cardinal-Cryptography/github-actions/update-featurenet@A0-4268
id: create-featurenet
with:
gh-ci-user: ${{ secrets.CI_GH_USER }}
Expand Down
2 changes: 1 addition & 1 deletion create-featurenet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ runs:
repository: Cardinal-Cryptography/${{ inputs.repo-featurenet-template-name }}
token: ${{ inputs.gh-ci-token }}
path: "${{ inputs.repo-featurenet-template-name }}"
ref: main
ref: A0-4268

- name: Start featurenet
id: start-featurenet
Expand Down
2 changes: 1 addition & 1 deletion update-featurenet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
repository: Cardinal-Cryptography/${{ inputs.repo-featurenet-template-name }}
token: ${{ inputs.gh-ci-token }}
path: "${{ inputs.repo-featurenet-template-name }}"
ref: main
ref: A0-4268

- name: Start featurenet
id: start-featurenet
Expand Down

0 comments on commit 437cfff

Please sign in to comment.