Skip to content

Commit

Permalink
Merge pull request #7706 from ehuelsmann/actions-output-update
Browse files Browse the repository at this point in the history
Actions output update
  • Loading branch information
ehuelsmann authored Nov 11, 2023
2 parents 7b209ec + 63a72ec commit f3a021a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,13 +552,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Check if merge must trigger
- name: Check if push must trigger
id: pr_trigger
shell: bash
run: |
URL="https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }}"
if [ -n "$(curl -s -X GET -G $URL | jq -r '.files[].filename' | grep -q "cpanfile")" ]; then
echo ::set-output name=MUST_TRIGGER::1
echo MUST_TRIGGER=1 >> $GITHUB_OUTPUT
fi
- name: Repository Dispatch to the Development image
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

requires 'perl', '5.32.0';


requires 'Array::PrintCols';
requires 'Archive::Zip';
recommends 'Authen::SASL';
Expand Down

0 comments on commit f3a021a

Please sign in to comment.