Skip to content

Commit

Permalink
Actions debugging continues
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Southpaw1496 committed Sep 1, 2024
1 parent a711733 commit dc8792d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/publish-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,12 @@ jobs:
github-token: ${{ env.GITHUB_TOKEN }}
- name: Output PR Number
id: output-pr-number
run: echo "pr-number=$(cat ./pr/pr_number)" >> "$GITHUB_OUTPUT" && echo "$GITHUB_OUTPUT"
run: cat ./pr/pr_number

# publish-preview:
# uses: ./.github/workflows/publish.yml
# needs: get-pr-number
# with:
# branch: preview-${{ needs.get-pr-number.outputs.pr-number }}
# run-id: ${{ github.event.workflow_run.id }}
# secrets: inherit
echo-tests:
runs-on: ubuntu-latest
needs: get-pr-number
env:
EXPECTED_OUTPUT: preview-${{ needs.get-pr-number.outputs.pr-number }}
HARDCODED_OUTPUT: ${{ needs.get-pr-number.outputs.hardcoded }}
steps:
- name: Echo expected outputs
run: echo "$EXPECTED_OUTPUT\n$HARDCODED_OUTPUT)"
# secrets: inherit

0 comments on commit dc8792d

Please sign in to comment.