Skip to content

Commit

Permalink
fix removed rm
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunprakash027 committed Feb 18, 2024
1 parent 0d06fe9 commit 2fffe5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/unpack-airlift-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
cp -R ./extracted_files/dist/airlift "./Source/Marker Data/Marker Data/Resources"
git status
if git rev-parse --verify HEAD >/dev/null 2>&1; then
echo "No changes to commit, skipping push."
else
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add Source
git commit -m "downloaded neo binary version $latest_release_tag"
git push
fi
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add Source
git commit -m "downloaded neo binary version $latest_release_tag"
git push
15 changes: 6 additions & 9 deletions .github/workflows/unpack-neo-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
cp -R ./extracted_files/dist/csv2notion_neo "./Source/Marker Data/Marker Data/Resources"
git status
if git rev-parse --verify HEAD >/dev/null 2>&1; then
echo "No changes to commit, skipping push."
else
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add Source
git commit -m "downloaded neo binary version $latest_release_tag"
git push
fi
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add Source
git commit -m "downloaded neo binary version $latest_release_tag"
git push

0 comments on commit 2fffe5d

Please sign in to comment.