Skip to content

Commit

Permalink
moo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed Jun 3, 2024
1 parent d714237 commit 46de66e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
echo "COMMUNITY_EXTENSION_GITHUB=$COMMUNITY_EXTENSION_GITHUB" >> $GITHUB_ENV
echo "COMMUNITY_EXTENSION_REF=$COMMUNITY_EXTENSION_REF" >> $GITHUB_ENV
- name: printf
env:
COMMUNITY_EXTENSION_GITHUB: ${{ env.COMMUNITY_EXTENSION_GITHUB }}
run: |
echo $COMMUNITY_EXTENSION_GITHUB
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 46de66e

Please sign in to comment.