Skip to content

Commit

Permalink
Update compile_official_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guhill1 committed Oct 31, 2024
1 parent ff8658b commit 740d9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_official_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
run: |
[ -e $FILES ] && mv -v $FILES openwrt/files
[ -e $FILES_PAT ] && cp -R -v $FILES_PAT/* openwrt
content = 'echo $DIST_NAME'
echo outputContent = $content >> $GITHUB_OUTPUT
echo $DIST_NAME >> $GITHUB_OUTPUT
- name: Print version from file to console
id: write-content
shell: bash
run: |
echo "Pwsh version: ${{ steps.package.outputs.outputContent }}"
echo "Bash version: ${{ steps.package.outputs.outputContent }}"
echo "Pwsh version: ${{ steps.package.outputs }}"
echo "Bash version: ${{ steps.package.outputs }}"
Expand Down

0 comments on commit 740d9e0

Please sign in to comment.