Skip to content

Commit

Permalink
Update periodic_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 18, 2023
1 parent f209db3 commit a725316
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/periodic_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- run: env
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Check that autoconf scripts are up-to-date:"
run: |
Expand All @@ -42,7 +37,7 @@ jobs:
labels: "CI,packaging,configure"
body: |
This updates config.guess and config.sub to their latest versions.
If the two files are deleted in this PR, please check the logs of the workflow here:
If the two files are deleted in this PR, please check the logs of the workflow here: https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
- name: Check outputs
Expand Down

0 comments on commit a725316

Please sign in to comment.