Skip to content

Commit

Permalink
ci(action): Workflows have changed (#624)
Browse files Browse the repository at this point in the history
Updates for workflows
  • Loading branch information
octokitbot committed Oct 3, 2023
1 parent 035d44a commit f45e4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_octokit_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/immediate-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"

- name: Respond to issue or PR
uses: peter-evans/create-or-update-comment@ddff993e3c91296d410ace8836568b0e4aeada34
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ steps.extract.outputs.NUMBER }}
body: >
Expand Down

0 comments on commit f45e4f1

Please sign in to comment.