Skip to content

Commit

Permalink
test2: remmoved apostrophes when assigning DATE_FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbarring committed Nov 22, 2023
1 parent 5a4862c commit ea43809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adoc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Set draft date-time formatting
if: github.event_name != 'release'
run: |
echo "DATE_FMT='+%d %B, %Y %H:%M:%SZ'" >> "$GITHUB_ENV"
echo "DATE_FMT=+%d %B, %Y %H:%M:%SZ" >> "$GITHUB_ENV"
- name: Set "final" tag and date-time formatting
if: github.event_name == 'release'
run: |
echo "FINAL_TAG=-a final" >> "$GITHUB_ENV"; echo "DATE_FMT='+%d %B, %Y'" >> "$GITHUB_ENV"
echo "FINAL_TAG=-a final" >> "$GITHUB_ENV"; echo "DATE_FMT=+%d %B, %Y" >> "$GITHUB_ENV"
# Build cf-conventions.html using the Analog-inc asciidoctor-action
- name: Build cf-conventions.html
uses: Analog-inc/[email protected]
Expand Down

0 comments on commit ea43809

Please sign in to comment.