Skip to content

Commit

Permalink
temp: use stable builder
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Feb 20, 2025
1 parent f58451c commit 2b19877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
if [[ "${input}" == "master" ]] || [[ -z "${input}" ]]; then
input="latest"
fi
echo "version=${input}" >> "$GITHUB_OUTPUT"
echo "version=2024.08.2" >> "$GITHUB_OUTPUT"
- shell: bash
if: ${{ inputs.pull == 'true' }}
Expand Down

0 comments on commit 2b19877

Please sign in to comment.