Skip to content

Commit

Permalink
Merge pull request #116 from mallardduck/fix-debug-ci
Browse files Browse the repository at this point in the history
fix format call
  • Loading branch information
mallardduck authored Oct 25, 2024
2 parents d7a465b + 64beac7 commit 4bc6a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-debug-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
push-dev-images:
name: Build and push helm-locker & Helm-Project-Operator images
runs-on: ${{ github.repository == 'rancher/prometheus-federator' && format('runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id={1}', github.run_id) || 'ubuntu-latest' }}
runs-on: ${{ github.repository == 'rancher/prometheus-federator' && format('runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id={0}', github.run_id) || 'ubuntu-latest' }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4bc6a44

Please sign in to comment.