Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/github-script from 7f4e771d2b3022fa3b8bac499d4a547619f3ab10 to 6.2.0 #95

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- uses: actions/checkout@3df53dd32d858478710a6127bcd8b9d8b7182e16
- name: Gather repository metadata
id: repo
uses: actions/github-script@7f4e771d2b3022fa3b8bac499d4a547619f3ab10
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down