Skip to content

Commit

Permalink
JCF: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dune committed Apr 12, 2024
1 parent e196a1f commit a422f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-fddatautilities-alma9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- id: create_nightly_tag
run: |
date_tag=$(date +%y%m%d)
echo "Using fixed tag of ${{ github.event.inputs.tag-prefix }}_DEV_240408_A9"
echo "Using fixed tag of ${{ github.event.inputs.tag-prefix }}_DEV_240408_A9"
echo "nightly_tag=${{ github.event.inputs.tag-prefix }}_DEV_240408_A9" >> "$GITHUB_OUTPUT"
cat "$GITHUB_OUTPUT"
Expand Down

0 comments on commit a422f64

Please sign in to comment.