Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolgit committed Jan 7, 2024
1 parent ae08118 commit 38dc1c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "build numbe r: ${{ github.run_number }}"
echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
sed -i 's/__BUILDDATE__/"$GITHUB_ENV"/g' index.html
sed -i 's/__BUILDDATE__/'"$GITHUB_ENV"'/g' index.html
sed -i 's/__BUILDNUMBER__/${{ github.run_number }}/g' index.html
- name: Build And Deploy
Expand Down

0 comments on commit 38dc1c2

Please sign in to comment.