Skip to content

Commit

Permalink
wf update (#11021)
Browse files Browse the repository at this point in the history
* wf update

* Add SHA to log

* add logging

* update

* update2

* update3

* update4
  • Loading branch information
pahor167 authored Jun 6, 2024
1 parent e264a90 commit 95af1c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/protocol-devchain-anvil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
path: ./out
key: ${{ runner.os }}-foundry-out-${{ env.FOUNDRY_CACHE_KEY }}

- name: Display SHA
run: |
echo "SHA: ${{ github.sha }}"
- name: Get Pull Request data
id: get_pr_data
uses: actions/github-script@v7
Expand All @@ -55,7 +59,7 @@ jobs:
repo: context.repo.repo,
})
).data[0];
return result ? { number: result.number } : {};
core.setOutput("number", result ? result.number : "");
- name: Set PR Number
id: set_pr_number
Expand Down

0 comments on commit 95af1c6

Please sign in to comment.