Skip to content

Commit

Permalink
github action: checkout to directory
Browse files Browse the repository at this point in the history
There is no need to get linux/ submodule as part of PR
  • Loading branch information
hrw committed Sep 24, 2023
1 parent 2c335ab commit de7302d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Checkout syscalls-table ⤵️
uses: actions/checkout@v4
with:
path: syscalls-table/
ref: master

- name: Checkout linux ⤵️
Expand All @@ -32,12 +33,14 @@ jobs:
echo "VERSION=$LINUX_VER" >> $GITHUB_ENV
- name: Bump syscalls-tables
working-directory: syscalls-table/
run: |
make KERNELSRC=$GITHUB_WORKSPACE/linux/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
path: syscalls-table/
signoff: true
base: master
branch: update/tables
Expand Down

0 comments on commit de7302d

Please sign in to comment.