Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Mar 28, 2024
1 parent 11e8a06 commit dfc67d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg-bumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ on:
- cron: 0 10 * * *

jobs:
check:
bump:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Find latest vcpkg version
if: github.event_name == 'pull_request'
id: latest_vcpkg
uses: gregziegan/fetch-latest-release@v2.0.0
with:
Expand Down

0 comments on commit dfc67d5

Please sign in to comment.