Skip to content

Commit

Permalink
Try a full path instead
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Aug 18, 2023
1 parent fdac856 commit a6efb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: github_server
# TODO: Research how to get this to always be the same branch we're on
# Would ${{ ref or whatever }} work?
uses: $BRANCH_REF
uses: ./github_server/action.yml
with:
CONFIG_CONTENTS: "${{ secrets.CONFIG_CONTENTS }}"
#
Expand All @@ -55,7 +55,7 @@ jobs:
if: ${{ success() }}
# TODO: Research how to get this to always be the same branch we're on
# Would ${{ ref or whatever }} work?
uses: $BRANCH_REF
uses: ./action.yml
with:
SERVER_URL: "${{ steps.github_server.outputs.SERVER_URL }}"
DOCASSEMBLE_DEVELOPER_API_KEY: "${{ steps.github_server.outputs.DOCASSEMBLE_DEVELOPER_API_KEY }}"
Expand Down

0 comments on commit a6efb09

Please sign in to comment.