Skip to content

Commit

Permalink
fix: commit ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 30, 2024
1 parent d81adcc commit 65edfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,4 @@ jobs:
if: true
uses: celo-org/developer-tooling/.github/workflows/open-docs-pr.yml@ci/update-celo-docs
with:
commit: ${{ github.ref_name }}
commit: ${{ github.sha }}
2 changes: 1 addition & 1 deletion .github/workflows/open-docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
open-docs-pr:
name: Prepare or Publish
name: Open a pull-request on the celo-org/docs repository
# TODO: ask the correct runner for this workflow
runs-on: ['self-hosted', 'org', '8-cpu']
# TODO: ask correct permissions
Expand Down

0 comments on commit 65edfc7

Please sign in to comment.