Skip to content

Commit

Permalink
Move to forked snapcraft build action (infra) (#792)
Browse files Browse the repository at this point in the history
Move to forked action
  • Loading branch information
Hook25 authored Oct 25, 2023
1 parent d488b56 commit 2aa8c90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-core-snap-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo '${{ secrets.LP_CREDS }}' > ~/.local/share/snapcraft/provider/launchpad/credentials
git config --global user.email "[email protected]"
git config --global user.name "Certification bot"
- uses: snapcore/action-build@v1
- uses: Hook25/action-build@707dce252c4f367b6c1afe61ed577f7413cf7912
id: snapcraft
with:
path: checkbox-core-snap/series${{ matrix.releases }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-core-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git config --global user.name "Certification bot"
- uses: Wandalen/wretry.action@a163f62ae554a8f3cbe27b23db15b60c0ae2e93c # v1.3.0
with:
action: snapcore/action-build@v1
action: Hook25/action-build@707dce252c4f367b6c1afe61ed577f7413cf7912
id: snapcraft
attempt_delay: 600000 # 10min
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-snap-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo '${{ secrets.LP_CREDS }}' > ~/.local/share/snapcraft/provider/launchpad/credentials
git config --global user.email "[email protected]"
git config --global user.name "Certification bot"
- uses: snapcore/action-build@v1
- uses: Hook25/action-build@707dce252c4f367b6c1afe61ed577f7413cf7912
id: snapcraft
with:
path: checkbox-snap/series_${{ matrix.type }}${{ matrix.releases }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git config --global user.name "Certification bot"
- uses: Wandalen/wretry.action@a163f62ae554a8f3cbe27b23db15b60c0ae2e93c # v1.3.0
with:
action: snapcore/action-build@v1
action: Hook25/action-build@707dce252c4f367b6c1afe61ed577f7413cf7912
id: snapcraft
attempt_delay: 600000 # 10min
attempt_limit: 3
Expand Down

0 comments on commit 2aa8c90

Please sign in to comment.