Skip to content

Commit

Permalink
Test delete tag
Browse files Browse the repository at this point in the history
  • Loading branch information
julien bignon committed Sep 5, 2024
1 parent 15b69dc commit 7e104d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/buildOnlyModified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ jobs:
asset_path: ./tmp-zip/docker_listing.txt
asset_name: docker_listing.txt
asset_content_type: text/plain
- name: Delete test
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action Bot"
remote_repo="https://${{ github.actor }}:${{ secrets.TOKEN_GITHUB }}@github.com/${{ context.repo.repo }}.git"
git push --delete "${remote_repo}" testjb
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action Bot"
remote_repo="https://${{ github.actor }}:${{ secrets.TOKEN_GITHUB }}@github.com/${{ github.rest.repository }}.git"
remote_repo="https://${{ github.actor }}:${{ secrets.TOKEN_GITHUB }}@github.com/${{ context.repo.repo }}.git"
git push --delete "${remote_repo}" ${{ steps.extract_pr_version.outputs.v }}
- name: Remove buildMeta version
run: |
Expand Down

0 comments on commit 7e104d2

Please sign in to comment.