Skip to content

Commit

Permalink
fix(ci): properly quote "*" when creating last_run_distro file.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Jun 26, 2023
1 parent 938f516 commit 654ec16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Update last run distro
run: |
echo ${{ env.distro }} > last_run_distro.txt
echo "${{ env.distro }}" > last_run_distro.txt
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5-rc
Expand Down

0 comments on commit 654ec16

Please sign in to comment.