Skip to content

Commit

Permalink
update (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn authored Jan 10, 2025
1 parent ff7fb58 commit 7cd4638
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request_versioned_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ on:
GH_TOKEN:
description: "GitHub token"
required: true
outputs:
CURRENT_BRANCH:
description: "Current head ref as a url friendly variable"
value: ${{ jobs.deploy_doc.outputs.current_branch }}

jobs:
deploy_doc:
runs-on: ubuntu-latest
outputs:
current_branch: ${{ steps.current_branch.outputs.CURRENT_BRANCH }}
steps:
- name: Checkout source files
uses: actions/checkout@v4
Expand Down

0 comments on commit 7cd4638

Please sign in to comment.