Skip to content

Commit

Permalink
Merge pull request #58 from shameemshah/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
shameemshah authored Nov 24, 2022
2 parents 53eb2ed + 1205634 commit 46ccb91
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/production_release_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,6 @@ jobs:
echo "$file was changed"
done
- name: Make changes
run: touch change.temp
# This step will evaluate the repo status and report the change
- name: Check if there are changes
id: changes
uses: UnicornGlobal/[email protected]
# You can now access a variable indicating if there have been changes
- name: Process changes
if: steps.changes.outputs.changed == 1
run: echo "Changes exist"

- name: Release Details
run: |
echo "Release type ${{ inputs.ReleaseType }}" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 46ccb91

Please sign in to comment.