Skip to content

Commit

Permalink
Add GHA debug flag and update variant safe-name in
Browse files Browse the repository at this point in the history
ostree.yml
  • Loading branch information
korewaChino committed Nov 7, 2023
1 parent 0a2a12b commit db35b5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Get variant safe-name
run: echo "VARIANT_SAFE_NAME=$(echo "${{inputs.variant}}" | tr / -)" >> $GITHUB_ENV

- name: Force enable GHA debug
run: echo "ACTIONS_STEP_DEBUG=true" >> $GITHUB_ENV

- name: OSTree Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit db35b5f

Please sign in to comment.