mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 07:16:25 +07:00 
			
		
		
		
	Reimplemented rollback of test tags
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @ -23,15 +23,15 @@ jobs: | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|      | ||||
|       # - name: Rollback Package Test Release | ||||
|       #   id: package_rollback | ||||
|       #   if: success() && ${{ steps.package_autotagger.outputs.tagcreated }} = "yes" | ||||
|       #   uses: author/action-rollback@master | ||||
|       #   with: | ||||
|       #     tag: ${{ steps.package_autotagger.outputs.tagrequested }} | ||||
|       #     delete_orphan_tag: true | ||||
|       #   env: | ||||
|       #     GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|       - name: Rollback Package Test Release | ||||
|         id: package_rollback | ||||
|         if: success() && ${{ steps.package_autotagger.outputs.tagcreated }} = "yes" | ||||
|         uses: author/action-rollback@master | ||||
|         with: | ||||
|           tag: ${{ steps.package_autotagger.outputs.tagrequested }} | ||||
|           delete_orphan_tag: true | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|   docker: | ||||
|     name: Test Suite - Docker Strategy | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler