Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl committed Apr 25, 2024
1 parent 66a1da4 commit 2434d3c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,13 @@ jobs:
id: prepare
run: |
printf 'tag=%s\n' "$(git describe --tags --abbrev=0)" >> "${GITHUB_OUTPUT}"
##printf 'tag=%s\n' "$(git describe --tags --abbrev=0)" >> "${GITHUB_OUTPUT}"
- name: echo
run: |
echo "TAG=${{ steps.prepare.outputs.tag }}"
##- uses: tiawl/spaceporn-dep-action-cd-ping@ci
## with:
## repository_name: "${{ matrix.repo.dep }}"
## user: "${{ matrix.repo.user }}"
## tag: "${{ steps.prepare.outputs.tag }}"
## token: "${{ secrets.PAT }}"
- uses: tiawl/spaceporn-dep-action-cd-ping@ci
with:
repository_name: "${{ matrix.repo.dep }}"
user: "${{ matrix.repo.user }}"
tag: "${{ steps.prepare.outputs.tag }}"
token: "${{ secrets.PAT }}"

ping:
permissions:
Expand Down

0 comments on commit 2434d3c

Please sign in to comment.