Skip to content

Commit

Permalink
fixing update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Feb 4, 2025
1 parent 232ece5 commit 1aa6930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
mkdir -p Sources/PackageDSL/SwiftSettings/UnsafeFlags
mkdir -p Sources/PackageDSL/SwiftSettings/FeatureFlags
- name: Save Help Output
- name: Save help output to files
run: |
echo '${{ needs.get-swift-help.outputs.help-hidden }}' > help-hidden.txt
echo '${{ needs.get-swift-help.outputs.frontend-help-hidden }}' > frontend-help-hidden.txt
echo "${{ needs.get-swift-help.outputs.help-hidden }}" > help-hidden.txt
echo "${{ needs.get-swift-help.outputs.frontend-help-hidden }}" > frontend-help-hidden.txt
- name: Update Unsafe Flags
run: |
Expand Down

0 comments on commit 1aa6930

Please sign in to comment.