Skip to content

Commit

Permalink
Revert testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 21, 2024
1 parent b1d7c95 commit 7288220
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 @@ -128,7 +128,7 @@ jobs:
debug: true

- name: Create featurenet with image tag
uses: Cardinal-Cryptography/github-actions/create-featurenet@A0-4278
uses: Cardinal-Cryptography/github-actions/create-featurenet@v7
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@A0-4278
uses: Cardinal-Cryptography/github-actions/update-featurenet@v7
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 @@ -138,7 +138,7 @@ runs:
repository: Cardinal-Cryptography/${{ inputs.repo-featurenet-template-name }}
token: ${{ inputs.gh-ci-token }}
path: "${{ inputs.repo-featurenet-template-name }}"
ref: A0-4278
ref: main

- 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: A0-4278
ref: main

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

0 comments on commit 7288220

Please sign in to comment.