Skip to content

Commit

Permalink
chore: action test
Browse files Browse the repository at this point in the history
  • Loading branch information
Greatwallcorner committed Nov 12, 2024
1 parent fcaba43 commit 5f675ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/set-tag-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
outputs:
tag:
value: ${{jobs.set-tag.outputs.output1}}
last-tag:
lastTag:
value: ${{jobs.set-tag.outputs.output2}}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- run: echo ${{needs.build.outputs.tag}} && echo ${{needs.build.outputs.last-tag}}
- run: echo ${{needs.build.outputs.tag}} ${{needs.build.outputs.lastTag}}
# steps:
# - name: send telegram message on push
# uses: appleboy/telegram-action@master
Expand Down

0 comments on commit 5f675ca

Please sign in to comment.