Skip to content

Commit

Permalink
Add checkout step for e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 11, 2024
1 parent b910c1f commit 4b59cd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/generate-email.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ positive than negative votes are required.
== Release Notes
EOF
dump_release_notes
;;

announce)
Expand All @@ -91,7 +90,6 @@ website[1].
== Release Notes
EOF
dump_release_notes
;;

*) fail_for_invalid_args
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/package_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
with:
persist-credentials: false # do not persist auth token in the local git config

- name: Download artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
with:
name: apache-log4cxx


- name: Setup GPG
# uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # 6.1.0
# with:
Expand Down

0 comments on commit 4b59cd3

Please sign in to comment.