Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Jan 26, 2025
1 parent c203326 commit 43300ae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ jobs:
# issue_title: ${{ github.event.issue.title }}
# POWERSHELL_TELEMETRY_OPTOUT: 1
steps:
#- uses: actions/checkout@main
- uses: actions/checkout@main
- name: run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "${{ github.event.head_commit.message }}"
tar --strip-components 1 -cvpf test.tar .github/workflows/main.yml
- uses: actions/upload-artifact@main
with:
name: artifact
path: test.tar
if-no-files-found: error
# - name: Update wiki
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 43300ae

Please sign in to comment.