Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Nov 3, 2024
1 parent a6f9fd9 commit d2fc3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
cache-encryption-key: ${{ secrets.CC }}
- name: Build with Gradle
run: ./gradlew build
- run: echo echo "a_f=a\nb_f=b" >> "$GITHUB_OUTPUT"
- run: echo echo "a.f=a\nb.f=b" >> "$GITHUB_OUTPUT"
id: f
- run: echo ${{ join(steps.f.outputs.*_f) }}
- run: echo ${{ join(steps.f.outputs.*.f) }}

0 comments on commit d2fc3d5

Please sign in to comment.