Skip to content

Commit

Permalink
Downgrade to previous syntax for GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Aug 13, 2023
1 parent 7cf0e86 commit 2090586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_sign_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ jobs:
- name: Read last commits
id: read_commits
run: |
COMMIT_MSG=$(cat ./apk-arm/last_commits.txt)
echo "commits=$COMMIT_MSG" >> $GITHUB_OUTPUT
echo "::set-output name=commits::$(cat ./apk-arm/last_commits.txt)"
- name: Creating release
id: create_release
Expand Down

0 comments on commit 2090586

Please sign in to comment.