Skip to content

Commit

Permalink
fix undefined variable + add action to update PR description
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 12, 2023
1 parent 7d70383 commit 2c5cf92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
export EESSI_OS_TYPE=linux
env | grep ^EESSI | sort
source configure_easybuild
EB_MISSING_OUT=eb_missing.out
eb --missing --easystack ${{matrix.EASYSTACK_FILE}} > ${EB_MISSING_OUT}
grep '.* out of .* required modules missing:' ${EB_MISSING_OUT}
exit_code=$?
Expand All @@ -82,3 +83,10 @@ jobs:
echo "no modules missing"
fi
- name: Update PR description
uses: nefrob/pr-description@eb00e54af678cf0d50a5b8fdd54b557c9cd8ddc5
with:
content: "Hello there!"
regex: "matchuntilthenend.*"
regexFlags: i
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2c5cf92

Please sign in to comment.