Skip to content

Commit

Permalink
Switch to new set-output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
19759 committed Feb 3, 2025
1 parent dfd622f commit 76f7e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# push:
# branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
# Set `git-status` so we can skip the step below if the workspace is clean.
git status
echo ::set-output name=git-status::`git status --porcelain`
echo "git-status=`git status --porcelain`" >> $GITHUB_OUTPUT
- name: "Commit and push changes"
if: steps.dirty-skeleton-check.outputs.git-status != ''
Expand Down

0 comments on commit 76f7e8b

Please sign in to comment.