Skip to content

Commit

Permalink
fix: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed May 27, 2023
1 parent 79ed891 commit 5a6b82d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release-container:
uses: radiorabe/actions/.github/workflows/[email protected].0
uses: radiorabe/actions/.github/workflows/[email protected].1
with:
image: 'ghcr.io/radiorabe/s2i-core'
name: 's2i-core'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/[email protected].0
uses: radiorabe/actions/.github/workflows/[email protected].1
with:
image-ref: 'ghcr.io/radiorabe/s2i-core:latest'
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/[email protected].0
uses: radiorabe/actions/.github/workflows/[email protected].1
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit 5a6b82d

Please sign in to comment.