Skip to content

Commit 338eaec

Browse files
committed
fix for delete project
- Using the stored project name during the delete instead of the generate project name which changes at every GitHub commit.
1 parent 16d2a22 commit 338eaec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ runs:
144144
run: ${{ github.action_path }}/icce-delete.sh
145145
shell: bash
146146
env:
147-
CE_PROJECT_NAME: ${{ inputs.CE_PROJECT_NAME }}
147+
CE_PROJECT_NAME: ${{ steps.set-result.outputs.result }}
148148

149149
- name: Message success
150150
if: ${{ success() && steps.set-result.outputs.result != '' && inputs.CE_ACTION == 'delete' }}

0 commit comments

Comments
 (0)