Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolgit committed Aug 1, 2024
1 parent 5e6d083 commit b3769ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
# encode connection string with https://dwaves.de/tools/escape/ !!
run: |
build=$(date +%Y.%m.%d).github
# adding builds executed outside this workflow
my_build_number=$((12+${{ github.run_number }}))
echo "build date (gitgub/environment): ${{ env.build_timestamp }} / $build"
echo "action build number: ${{ env.GITHUB_RUN_NUMBER }}"
echo "build date environment: $build"
echo "my build number: $my_build_number"
sed -i "s/__BUILDDATE__/$build/g" index.html
sed -i 's/__BUILDNUMBER__/$my_build_number/g' index.html
Expand Down

0 comments on commit b3769ed

Please sign in to comment.