diff --git a/actions/example-cron/.forgejo/workflows/test.yml b/actions/example-cron/.forgejo/workflows/test.yml index 2eedd14..e2748f8 100644 --- a/actions/example-cron/.forgejo/workflows/test.yml +++ b/actions/example-cron/.forgejo/workflows/test.yml @@ -10,9 +10,6 @@ jobs: options: "--volume /srv/example:/srv/example" steps: - - run: | - touch /srv/example/cron-volume/DONE - - name: save context run: | d=/srv/example/cron/contexts/$GITHUB_EVENT_NAME @@ -20,3 +17,6 @@ jobs: cat > $d/github <<'EOF' ${{ toJSON(github) }} EOF + + - run: | + touch /srv/example/cron-volume/DONE